Esx Settings Hosts Software CheckStatus

Esx Settings Hosts Software CheckStatus
Esx Settings Hosts Software CheckStatus

The Esx Settings Hosts Software CheckStatus schema contains properties that describe a check result.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "check": {
        "check": "string",
        "name": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        },
        "description": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        },
        "originator": "string"
    },
    "status": "string",
    "check_issues": [
        {
            "description": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "resolution": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ]
}
check
Required

Information about this check.

This property was added in vSphere API 8.0.0.1.

string
status
Required

The status of this check.

For more information see: Esx Settings Hosts Software Status.

This property was added in vSphere API 8.0.0.1.

check_issues
Optional

List of Esx Settings Hosts Software CheckIssues that the check reported.

This property was added in vSphere API 8.0.0.1.

If not set, the service is still using the {#member issues}.